
/*---------tabCell---------页签单元格----------------------------*/
@media not screen and (max-width: 768px) , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {    .tabCell {
        /*width: 1920px;*/
        width: 100%;
        margin: auto;
        background-color: #FFFFFF;
    }

    .tabCell .layui-tab {
        margin-bottom: 0;
    }

    .tabCell .layui-tab-content {
        padding-bottom: 0;
    }

    .tabCell .tabCell-catain {
        width: 1315px;
        margin: 0 auto;
        padding: 64px 0;
    }

    .tabCell .title-box {
        /*display: flex;*/
        text-align: center;
    }

    .tabCell .import-title {
        height: 45px;
        font-size: 28px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        /*color: #FC4F08;*/
        line-height: 38px;
        display: inline-block;
    }

    .tabCell .usual-title {
        height: 45px;
        font-size: 28px;
        font-family: Helvetica-Bold, Helvetica;
        color: #181818;
        line-height: 38px;
        display: inline-block;
    }

    .tabCell .layui-tab-title {
        text-align: center;
        border: none;
        margin: 30px 0;
    }

    .tabCell .layui-tab-title li {
        height: 40px;
        font-family: Helvetica;
        font-size: 20px;
        color: #575D6C;
        line-height: 34px;
        padding: 0;
        margin: 0 60px;
    }

    .tabCell .layui-tab-title li:hover {
        color: #FC4F08;
    }

    .tabCell .layui-tab-title li:hover::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 41px;
        box-sizing: border-box;
        pointer-events: none;
        border-bottom: 4px solid #fc4f08 !important;
    }

    .tabCell .layui-tab-title .layui-this {
        color: #FC4F08 !important;
    }

    .tabCell .layui-tab-title .layui-this:hover {
    }

    .tabCell .layui-tab-title .layui-this:after {
        /*border-color: #FC4F08 !important;*/
        border-bottom: 4px solid #fc4f08 !important;
    }

    .tabCell .layui-tab-item {
        margin: auto;
        text-align: center;
    }

    .tabCell .layui-tab-item img {
        max-width: 1315px;
        object-fit: contain;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .tabCell {
        width: 100%;
        background-color: #FFFFFF;
    }

    .tabCell .tabCell-catain {
        width: 6.75rem;
        margin: 0 auto;
        padding: 0.30rem 0;
    }

    .tabCell .title-box {
        /*display: flex;*/
        text-align: center;
    }

    .tabCell .import-title {
        /*height: 0.45rem;*/
        font-weight: bold;
        display: block;
        font-size: 0.42rem;
        font-family: Helvetica;
        color: #181818;
        /*line-height: 0.50rem;*/
    }

    .tabCell .usual-title {
        /*height: 0.45rem;*/
        color: #181818;
        font-size: 0.42rem;
        font-family: Helvetica;
        color: #181818;
        /*line-height: 0.50rem;*/
    }

    .tabCell .layui-tab-title {
        text-align: center;
        border: none;
        margin: 0.30rem 0;
        height: 0.52rem;
        border-bottom: 0.01rem solid rgb(192,192,192);
        display: flex;
        justify-content: space-around;
    }

    .tabCell .layui-tab-title li {
        width: 1.4rem;
        height: 0.52rem;
        font-size: 0.26rem;
        font-family: Helvetica;
        color: #575D6C;
        padding: 0 0.05rem;
        line-height: 0.26rem;
        white-space: pre-wrap;
    }

    .tabCell .layui-tab-title li:hover {
        color: #FC4F08;
    }

    .tabCell .layui-tab-title .layui-this {
        color: #FC4F08 !important;
    }

    .tabCell .layui-tab-title .layui-this:hover {
    }

    .tabCell .layui-tab-title .layui-this:after {
        top: 0;
        height: 0.52rem;
        border-bottom: 0.05rem solid #FC4F08 !important;
    }
    .tabCell .layui-tab-item{
        text-align: center;
    }
    .tabCell .layui-tab-item img {
        max-width: 6.75rem;
        max-height: 6.75rem;
        object-fit: contain;
        margin: auto;
    }
}
